ParallelQuery(TSource) Methods

Task Parallel System.Threading

The ParallelQuery<(Of <(TSource>)>) type exposes the following members.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the sequence.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Explicit Interface Implementations

  NameDescription
IEnumerable..::.GetEnumerator
Returns an enumerator that iterates through the sequence.
(Inherited from ParallelQuery.)

See Also